/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {font-family: Arial;font-size: medium;color: #9B313A;background: #000000;  }
.videoContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

iframe {
  /* optional */
  width: 99%;
  height: 99%; 
}